home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D GFX
/
3D GFX.iso
/
amiutils
/
m_p
/
photocdaga
/
src
/
ppm2aga
/
libpgm.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-12-30
|
276b
|
12 lines
/* libpgm.h - internal header file for libpgm portable graymap library
*/
#ifndef _LIBPGM_H_
#define _LIBPGM_H_
/* Here are some routines internal to the pgm library. */
void pgm_readpgminitrest ( FILE* file, int* colsP, int* rowsP, gray* maxvalP );
#endif /*_LIBPGM_H_*/